home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / srename / srename.readme < prev    next >
Text File  |  1999-04-19  |  1KB  |  38 lines

  1. Short:    Advanced rename/renumber CLI program.
  2. Author:   Constantinos Nicolakakis (cnicol@compulink.gr)
  3. Uploader: Constantinos Nicolakakis (cnicol@compulink.gr)
  4. Version:  2.800
  5. Type:     util/cli
  6. Requires: AmigaOS 2.0
  7. Replaces: util/cli/SRename.lha
  8.  
  9. This is SRename, an advanced Rename command used from the CLI.
  10. Features include:
  11.  
  12. - 52 CLI options
  13. - Easy to use command interface
  14. - Total control over recursion
  15. - Wildcard and multiple filename support
  16. - Selector - Action keyword separation that allows building
  17.   specialized functions
  18. - Can perform intelligent renumbering with automatic checking for
  19.   filename clashes
  20. - Unlimited number-basename format support for renumbering
  21. - Can execute multiple actions in one go
  22. - Supports long filenames on filesystems that allow them
  23. - Written in C++ and compiled with SAS-C 6.58
  24. - It's freeware
  25.  
  26. Changes since last version:
  27.  
  28. - SRename is now re-entrant and can be made resident.
  29. - Rewrote the paged buffer routines so that buffer overflows can't occur
  30.   anymore, thus removing the limits on how many filenames can be renamed
  31.   in one go.
  32. - Fixed bug that occured when attempting to rename to an empty filename
  33.   and the ICONS option was also given.
  34. - Increased the maximum recursion limit from 127 to 255 levels.
  35. - Improved the output of SRename somewhat.
  36. - Optimized some renumbering routines and made many general code
  37.   improvements.
  38.